home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / DefineSprite_870 / frame_12 / PlaceObject2_819_60 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-17  |  372b  |  22 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == false)
  3.    {
  4.       if(_root.event == 2 and _currentframe < 40)
  5.       {
  6.          play();
  7.       }
  8.       if(_currentframe == 40)
  9.       {
  10.          stop();
  11.       }
  12.       if(_root.event == 0 and _currentframe > 0)
  13.       {
  14.          prevFrame();
  15.       }
  16.    }
  17.    if(_root.paused == true)
  18.    {
  19.       stop();
  20.    }
  21. }
  22.